configure.ac: Enable option subdir-objects for automake
authorGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 2 Feb 2015 12:00:32 +0000 (13:00 +0100)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 2 Feb 2015 16:15:35 +0000 (17:15 +0100)
It silences an automake warning and keep the rootdir cleaner.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
configure.ac

index 4fe6d56a3b8ad6abdfcb7ff96302287aded7f3e1..89eaa39e1d892bb678e9d2fe48ce62d471a27057 100644 (file)
@@ -4,7 +4,8 @@ AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE([1.13 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.13 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz
+                  color-tests parallel-tests subdir-objects])
 AM_MAINTAINER_MODE([enable])
 AM_SILENT_RULES([yes])
 AC_USE_SYSTEM_EXTENSIONS